#include <BustaNetMessages.h>
Public Attributes | |
char | type |
The message type. | |
int | length |
The length of the entire message in bytes. | |
int | targetPlayer |
The identification number of the player who receives the sandwich. | |
int | originatingPlayer |
The identification number of the player who sent the sandwich. |
The server sends this message out when it needs to notify a client that a special sandwich has been sent between players. The message marks the player that sent the sandwich, the player to receive the sandwich, and the type of the sandwich sent.